home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / ass.swf / scripts / DefineSprite_69 / frame_6 / DoAction.as
Encoding:
Text File  |  2003-06-17  |  187 b   |  9 lines

  1. _root.NumberOfRocks -= 1;
  2. if(0 >= _root.NumberOfRocks)
  3. {
  4.    _root.Init();
  5.    _root.ship.gotoAndPlay(10);
  6. }
  7. _root.Score.Score = int(_root.Score.Score + 10);
  8. removeMovieClip(this);
  9.